projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8896f2d
)
(mail-do-fcc): Don't output a newline before From...
author
Richard M. Stallman
<rms@gnu.org>
Sun, 9 May 1993 01:16:14 +0000
(
01:16
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 9 May 1993 01:16:14 +0000
(
01:16
+0000)
lisp/mail/sendmail.el
patch
|
blob
|
history
diff --git
a/lisp/mail/sendmail.el
b/lisp/mail/sendmail.el
index 4c3da7b2e54a417f678b077a3df526ae20702d13..9134c34095ca8a01ab396a536331418bd6ec3198 100644
(file)
--- a/
lisp/mail/sendmail.el
+++ b/
lisp/mail/sendmail.el
@@
-377,7
+377,7
@@
the user from the mailer."
(% abs 60))))
(set-buffer tembuf)
(erase-buffer)
- (insert "
\n
From " (user-login-name) " "
+ (insert "From " (user-login-name) " "
(current-time-string) "\n")
;; Insert the time zone before the year.
(forward-char -1)